Skip to content

Unify build workflows - #16096

Merged
Brett Cannon (brettcannon) merged 8 commits into
microsoft:mainfrom
brettcannon:unify-build-workflows
May 3, 2021
Merged

Unify build workflows#16096
Brett Cannon (brettcannon) merged 8 commits into
microsoft:mainfrom
brettcannon:unify-build-workflows

Conversation

@brettcannon

Copy link
Copy Markdown
Member

No description provided.

@karrtikr Kartik Raj (karrtikr) left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread .github/workflows/build.yml

@paulacamargo25 Paula (paulacamargo25) left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@brettcannon
Brett Cannon (brettcannon) merged commit eef545b into microsoft:main May 3, 2021
@brettcannon
Brett Cannon (brettcannon) deleted the unify-build-workflows branch May 3, 2021 23:44
NODE_VERSION: 12.15.0
PYTHON_VERSION: 3.9
MOCHA_REPORTER_JUNIT: true # Use the mocha-multi-reporters and send output to both console (spec) and JUnit (mocha-junit-reporter). Also enables a reporter which exits the process running the tests if it haven't already.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MOCHA_REPORTER_JUNIT enables a reporter which exits the process running the tests if it haven't already. It had been observed that even though all the tests pass, for some reason the action did not exit and got stuck. I think we should restore it. Brett Cannon (@brettcannon)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/microsoft/vscode-python/blob/main/.github/workflows/build.yml

Also feel free to open a PR for this sort of thing. I also left it out since it was false in 'release' but true in 'insiders'. I have just made it true regardless of what build is occurring.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see, understood 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog No news entry required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants